.homeimage {
  background-color: #333!important;
}
.projekteausklappen {
  height: auto;
  width: 200px;
  padding: 20px 16px;
  align-items: center;
  color: white;
  text-align: center;
  text-decoration: none;
  display: none;
  flex-direction: column;
  row-gap: 20px;
  background-color: #333;
  color: white;
}

.projekteausklappen a {
  display: flex;
  width: 100%;
  height: auto;
  z-index: 100000;
  flex-direction: column;
  row-gap: 0px;
  background-color: #333;
  color: white;
  text-decoration: none;
}


li:hover:has(.projekteausklappen)>.projekteausklappen {
  display: flex;
}

ul {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  vertical-align: middle;
  list-style-type: none;
  margin: 0 !important;
  height: 60px;
  max-height: 60px;
  padding: 0 !important;
  background-color: #333;
  box-sizing: unset;
}

/*body>*:not(#loading) {
  filter: blur(3em);
}*/
li:has(div[class="projekteausklappen"]) {
  min-width: 200px;
}

li:has(.projekteausklappen)>.projekteausklappen {
  margin-top: 20px;
}

.active:has(.projekteausklappen)>.projekteausklappen {
  margin-top: 20px;
}

.projekteausklappen {
  border-top: 3px solid white;
  border-bottom: 3px solid white;
}

li {
  text-align: center;
  float: left;
}

.special {
  display: block;
  height: 100%;
  min-height: 60px;
  padding: 20px 16px;
  background-color: #333;
}

.paddingwith {
  padding: 20px 16px;
}

body {
  line-height: normal !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

html {
  padding-top: 70px;
  font-family: Arial, Helvetica, sans-serif !important;
}

li a {
  width: auto;
  display: inline;
  color: white;
  text-align: center;
  text-decoration: none;
}

.active {
  display: block;
  height: 100%;
  min-height: 60px;
  padding: 20px 16px;
  background-color: #04AA6D;
}

.active.umhomeimage {
  padding: 0;
  background-color: #333!important;
}

.active.homeimage {
  padding: 20px 16px;
  background-color: #333!important;
}

#CoinAppIcon {
  width: auto;
  height: 100%;
}

@media (min-width: 1126px) {
  #menubreit {
    display: block;
  }

  #menuklein {
    display: none;
  }
}

@media (max-width: 1126px) {
  #menubreit {
    display: none;
  }

  #menuklein {
    display: block;
  }

  .projekteausklappen>li {
    list-style: armenian;
  }
}

#menuklein {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 60px;
  vertical-align: middle;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #333;
}

#menuklein ul {
  margin-top: 60px !important;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0;
}

#menubutton {
  background-color: transparent;
  border: none;
  float: right;
}

#menubutton img {
  height: 60px;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 10px;
  background-color: #04AA6D;
  color: white;
  text-decoration: none;
  height: auto;
  width: 100%;
}

#ICON {
  width: 60px;
  height: 60px;
  vertical-align: middle;
  margin-right: 5px;
}

footer a {
  color: black;
}

body {
  padding-bottom: 100px;
}